projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c940380
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 19 Nov 2001 14:47:58 +0000
(14:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 19 Nov 2001 14:47:58 +0000
(14:47 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 69dad606e86ed95d0f78f1da87e048bf23ac68ab..28de7dba0195c66b510503ebbba9afed981d4144 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-588,7
+588,7
@@
child_setup_tty (out)
#endif
s.main.c_lflag &= ~ECHO; /* Disable echo */
s.main.c_lflag |= ISIG; /* Enable signals */
-#if 0
+#if 0
/* This causes bugs in (for instance) telnet to certain sites. */
s.main.c_iflag &= ~ICRNL; /* Disable map of CR to NL on input */
#ifdef INLCR /* Just being cautious, since I can't check how
widespread INLCR is--rms. */